home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / ADV - Message Board Archives / Printer Questions / PRINTER.info < prev   
Text File  |  2014-11-30  |  19KB  |  303 lines

  1. Subj:  IIGS INTERNAL BUFFER                  88-12-24 00:00:17 EST
  2. From:  Jeffs50                               Msgs:  4 (89-01-29)
  3.  
  4. This one question has me baffled; How can I clear the internal Buffer on a IIGS while printing out AppleWorks Documents.
  5.  
  6. Say I'm printing a long letter and I noticed a mistake within the first few lines of printing. Once AppleWorks comes back to the Printer Options Menu, the printer is still running.
  7.  
  8.  If I turn the printer off, it just skips a few lines and continues printing. Is there any way from the Key Board to clear the internal Buffer of the IIGS.
  9.  
  10. Please leave E-mail or respond here.            Thanks
  11.  
  12. Jeffs
  13.  
  14.  
  15.  
  16. Subj:  Re: IIGS INTERNAL BUFFER              88-12-24 12:50:30 EST
  17. From:  Guy Rice
  18.  
  19. Hehe!  I do that a LOT!  You'd think I'd learn to spot those mistakes before I hit OA-P, but no dice...
  20.  
  21. However, turning the printer off has always worked for me.  Make sure you leave it off long enough for the document to finish printing though - just like on the //c, if no printer is connected, the IIgs will continue to print anyway.  I believe Beagle Bros has noted that what's actually occuring is your text is being beamed out into deep space (see the Pro-Byter manual, page 52 if ya don't believe me).  At any rate, leave the printer off while you go back and fix the mistake.  Save the changes.  After you're done with all that, hopefully the IIgs will be done beaming your document to Tau Ceti, and you can try again...
  22.  
  23. GTR
  24.  
  25.  
  26. Subj:  Re: AppleTalk & Printer Off           88-12-31 14:51:45 EST
  27. From:  Coach101
  28.  
  29. I do not have a complete set of test conditions but, if you turn
  30. the printer off, and your printer (Imagewriter II in my case) is
  31. connected via the AppleTalk gambit, you will sometimes (if not
  32. always) hose over the II-GS's AppleTalk firmware/software; if
  33. this happens what you will get in a situation wherein all output
  34. is beamed to the bit-bucket until you either re-boot the machine
  35. (command-control-reset on aII-GS) or make a trip to the AppleTalk
  36. utilities NAMER/CHOOSER.
  37.  
  38. Subj:  Re: IIGS INTERNAL BUFFER              89-01-29 23:03:40 EST
  39. From:  Matt DTS
  40.  
  41. Of course, the rather obvious solution of "Don't turn buffering on when printing from AppleWorks" might work as well.
  42.  
  43. --Matt
  44.  
  45. Subj:  Printer and interface drivers         89-03-13 00:04:49 EST
  46. From:  User1924                              Msgs:  7 (89-03-19)
  47.  
  48. The GS/OS DRIVER folder has drivers for the EPSON PRINTER and a PARALLEL INTERFACE CARD. This combintaion does not work with an EPSON and an APPLE PARALLEL INTERFACE CARD. One developer I spoke with, asked APPLE and the fellow that wrote the drivers responded that the problem is that the drivers have to be written for each possible combination. Incredibly , APPLE did not write the PARALLEL driver to work with its own card. Anyone know of a driver available that will work with the APPLE card? Thanks.
  49.  
  50. Subj:  Re: Printer and interface driver      89-03-13 01:04:06 EST
  51. From:  Matt DTS
  52.  
  53. This doesn't bite anyone harder than me at home, because there's an Apple Parallel Card hooked to my IIgs (I never did buy an ImageWriter II).  I can't print from any IIgs programs.  The only choice I have is to find someone with an IW II (or take it to work and print it over the LaserWriter; usually just as inconvenient for me).
  54.  
  55. The original name of the driver more accurately reflected those parallel cards it works with (GraphiCard, Grappler, etc.), but there were legal problems with that.  I'm hoping a future version of the driver will address the problem.
  56.  
  57. Meanwhile, if you'd like to tackle it yourself, you can find the information to do so in Apple IIgs Technical Note #36.  And if you do write one, send it to me.  I haven't had time.
  58.  
  59. --Matt
  60.  
  61. Subj:  parallel card driver?                 89-03-14 03:19:51 EST
  62. From:  Dave Lyons
  63.  
  64. If someone can provide me with technical info on the Apple parallel card, I'll see about writing a driver for it.  Shouldn't be that big a deal.  Is the card a STA $C090 / BIT $C1C1 deal, like Pascal supports?
  65.  
  66. Subj:  Re: Printer and interface driver      89-03-14 21:00:11 EST
  67. From:  AFA Parik
  68.  
  69. Doesn't AW GS come with a TON of drivers (I don't know, don't have the disks laying around handy right now...)
  70.  
  71. Subj:  Re: Printer and interface driver      89-03-15 22:06:05 EST
  72. From:  DennisDoms
  73.  
  74. Dave - yep; that's the one (Apple Pascal supports it even though it doesn't follow Pascal 1.1. protocol, via a special exception). If you need more info, I may have an extra parallel card manual around here.
  75.  
  76. What would be neat is a generic driver for this type of parallel card, and one for the Pascal 1.1 protocol. That should cover a _lot_ of peripheral cards.
  77.  
  78. Subj:  Re: Printer and interface driver      89-03-19 12:13:55 EST
  79. From:  User1924
  80.  
  81. To Dave L. and Dennis D.
  82.  
  83. I put a note in the Hardware Forum under a Printer and Interface Problem Folder about the history of the Apple cards and their differences.
  84.  
  85. The 1981 PIC had seven dip switches of which one selected alternate 256 byte code in a 512 byte rom. The choice is between the _CENTRONICS_ and the _PARALLEL INTERFACE_ old blocks. The former gives auto LF with CR, while the latter did not.
  86.  
  87. This card used the Pascal 1.1 Firmware Protocol. I have all of the technical data, including the firmware code and theory of operation, which a kind heart at APPLE sent me.
  88.  
  89. It would be very generous if you could alter the driver in the GS/OS Driver folder (the parallel interface one) so that it would work with the APPLE PIC. It should be noted that this card mimics (or the other way around) the EPSON APL interface card.
  90.  
  91. I would imagine that there is an enormous group of users out here who would be most grateful for your help in this regard.
  92.  
  93. I would be happy to send you a complete copy of the documentation which I have. I think it is everything you would need. How would I do that if you are willing to look into this?
  94.  
  95. Thanks. David in Chicago. 
  96.  
  97. Subj:  Re: Printer and interface driver      89-03-19 12:35:22 EST
  98. From:  User1924
  99.  
  100. P.S. To: Matt DTS-
  101.  
  102. The Apple IIgs Technical Note #36, which you made reference to concerns the specs for a _Printer PORT Driver_.
  103.  
  104. Technical Note #_35_  is the specs for a IIgs _PRINTER Driver_.
  105.  
  106. Thanks. David in Chicago.
  107.  
  108. Subj:  Epson Printer W/GS/OS 5.0             89-08-07 00:39:27 EST
  109. From:  FeinDavid                             Msgs:  8 (89-10-04)
  110.  
  111. I have an Epson RX-80, with a Orange Micro Grappler Plus Parallel Printer Interface, and I cannot get GS/OS 5.0 to print for me.  Not to mention the fact that I couldn't get any ProDOS 16 system disk to print.  My Epson is suped up with Dresselhaus Computer Products LetterWriter NLQ upgrade chip, and a Wizard 64K Printer Buffer.  My GS has the Grappler in slot one, a Sonic Blaster in slot two, a Sider interface in slot 7, and an AST Vision Plus card in slot six.  Does anybody have any idea on what could be the problem...  When I go to print, the computer says preparing data, my printer begins to print, then the computer starts to beep continually....  I believe that it has broken into monitor behind the Super-Hires screen... But Ctrl-T doesn't return me to the text screen.  Maybe the dip switches?  Anybody know what they should be set to on my card?  On the printer?  Has anybody else had the same problem?  I am beginning to think I should go back to the Epson drivers on Paintworks Plus/Gold.
  112.  
  113. Subj:  Re: Epson Printer W/GS/OS 5.0         89-08-07 22:30:27 EST
  114. From:  Montagne
  115.  
  116. Actually, all the printer drivers are not GS/OS drivers.  They are a component of the print tools shipping on the System 5.0 disk.
  117.  
  118. Don't have any information on the problem you are experiencing, however, I will forward your bug report to the tools group for investigation.  I'll get back to you if I find anything out.
  119.  
  120. Ray (GS/OS Team)
  121.  
  122. Subj:  Re: Epson Printer W/GS/OS 5.0         89-08-10 21:08:22 EST
  123. From:  Matt DTS
  124.  
  125. Make sure you installed the "Epson" script from the 5.0 Installer; there are new Epson printer and Parallel Card port drivers that should work, but won't if mismatched.
  126.  
  127. Use the "DirectConnect" CDev in the Control Panel NDA to select the printer and port to print through.
  128.  
  129. --Matt
  130.  
  131. Subj:  Re: Epson Printer W/GS/OS 5.0         89-08-11 02:59:13 EST
  132. From:  FeinDavid
  133.  
  134. Matt, 
  135.  
  136.      I did install the Epson Drivers with the installer, and it still doesn't work... it crashes... as a matter of fact, the only way I have been able to print from P16 at all is with Paintworks Gold and their Epson drivers.... However, they don't work with 5.0.
  137.  
  138. Subj:  Re: Epson Printer W/GS/OS 5.0         89-08-11 20:55:01 EST
  139. From:  Matt DTS
  140.  
  141. I don't know what to tell you; the same configuration works for us here at Apple.
  142.  
  143. --Matt
  144.  
  145. Subj:  Re: Epson Printer W/GS/OS 5.0         89-08-12 03:01:50 EST
  146. From:  FeinDavid
  147.  
  148. Could you tell me exactly what your dip switches are set to on the grappler, and are you using an RX-80?
  149.  
  150. Subj:  The Epson Printer Driver              89-08-28 00:03:36 EST
  151. From:  Jump Long
  152.  
  153. The Epson printer driver included with Apple IIGS System Software won't work on Epson RX series printers. The driver uses FX specific control codes to move the print head around. If you have a printer (Epson or something else) that supports ALL of the FX printer control codes, it will probably work fine with the Epson driver.
  154.  
  155. -JML
  156.  
  157.  
  158. Subj:  Re: Epson Printer W/GS/OS 5.0         89-10-04 19:08:32 EST
  159. From:  GuS Grafix
  160.  
  161. Jim,
  162. Just saw this message here after tearing my hair out trying to get my Epson MX-100 with Graftrax+ to work with either an Epson APL parallel card OR a Grappler C/Mac/GS interface--latter in either Epson MX mode or in IW Emulation mode.  Son't know enough about Epson control codes, so don't know if Epson MX series is RX-compatible.  Do you know offhand if 5.0 supports the Epson MX series?
  163.  
  164. Marian
  165.  
  166. Subj:  New Printer Drivers?                  89-08-07 00:42:29 EST
  167. From:  FeinDavid                             Msgs:  14 (89-10-28)
  168.  
  169. When are we going to see some new printer drivers?  I want to get a 300 dpi 24 or more pin printer for my GS, but it seems that I will not be able to utilize the capibilities of the printer until Apple or someone writes some drivers.... I personally hate the Imagewriter II, and want a better printer.  I wouldn't mind a Laser Printer, but again, you are stuck buying Apple equipment.  I want my GS to be compatible with the best equipment out there, not just what Apple dictates!!!
  170.  
  171. Subj:  Re: New Printer Drivers?              89-08-08 00:08:21 EST
  172. From:  Gary51
  173.  
  174.      Boy! I sure agry. I would settal for a real Imagwriter LQ Driver. I just can't understand Apple's neglect of the GS in the Printer aria. They stand to sell a lot of LQ's to GS owners if we could use it. Let's everyone let Apple know we wan't an LQ driver
  175.  
  176. Gary Antoine (Gary51) 
  177.  
  178. Subj:  Re: New Printer Drivers?              89-08-08 20:48:39 EST
  179. From:  A GibberFC
  180.  
  181. One Question I will ask at this point.....
  182.  
  183. What printer out there will not choke on the graphics stuff that the //gs and the Mac puts out????
  184.  
  185. One comes to mind here and it was released about 2 months ago...
  186.  
  187. It is called the HP Deskwriter... A Deskjet that has been engineered to work specifically with the Macintosh... Puts out great Graphics... but will not handle some of the Shadeing....
  188.  
  189. But when you say better equipment what the heck do you mean????
  190.  
  191. A Laserjet???  It is a text only printer.... A Panisonic... Again... Text only....  A toshiba.. a nec...
  192.  
  193. Please be more specific with your requests...... I am in the process of researching the possibility of building a Deskjet driver but I will have to work with HP and see if they will help write the specific font files that must be in the Mac's system folder over to a format that the //gs will handle...
  194.  
  195. The //gs will take any printer... The question is will that printer take what the //gs can send out.  I have worked with the apple // for over 10 years... and the Mac for over 4 and my experience has shown that when you try to put a text printer into a graphic enviornment that they choke really badly...
  196.  
  197. at this moment in time... the only printers that I will recommend with the Mac are:  Imagewriter- 9 pin workhorse... good for draft stuff, The Laserwriter //sc (only if the person insists on not having the NT and understands that it isn't postscript) the //nt for DTP, the NTX..  Last but not least and I mean this... the HP Deskwriter- for people who don't do much and want real good quality.  The printer is rated at only 50 pages a day.. so it isn't meant to print for a long time......
  198.  
  199. If you will give more info... maybe one of us guys who enjoy developing drivers will work one out and release it.
  200.  
  201. AFC Gibber
  202.  
  203. Subj:  Re: New Printer Drivers?              89-08-10 21:04:38 EST
  204. From:  Matt DTS
  205.  
  206. I'll address this from the Apple side.
  207.  
  208. We are working on an ImageWriter LQ native mode driver.  We have said this for some time.  However, we've also had lots of feedback on the general driver structure (particularly poor speed from the ImageWriter driver) and we are looking at changes that can be made to this driver (which would require even *more* data to be sent to the printer at higher resolution) before dumping something on the world.
  209.  
  210. We have also released the structure for Printer and Port (interface card) drivers, almost a year ago.  Anyone who wishes to develop their own drivers has the tools to do so.  Apple has provided drivers for its current printers (there is an ImageWriter LQ driver, but it doesn't do any better than the ImageWriter II) and looks to third parties to provide drivers for their printers.  Apple II DTS will be happy to assist them in their efforts.
  211.  
  212. Matt Deatherage
  213. Apple II Developer Technical Support
  214.  
  215.  
  216. Subj:  Re: New Printer Drivers?              89-08-10 22:27:06 EST
  217. From:  WRH
  218.  
  219. Matt
  220.    Keep up the good work that brought us V5.0 and get us the       Imagewrite LQ driver ASAP.
  221.                          Thanks,   WRH
  222.  
  223. Subj:  Printing (moved by topic police)      89-08-12 16:01:00 EST
  224. From:  AFL Dyfet
  225.  
  226. Subj:  Printing with 5.0                     89-08-12 01:25:35 EDT
  227. From:  Down South                            Msgs:  2 (89-08-12)
  228.  
  229. 5.0 is fantastic with blinding speed and great new features... but it's made all of my printing programs useless because of the print chooser being located on the control panel.  I own some good word processing programs but it looks like I'll just have to stick with 4.0 to use them at a somewhat faster speed than 3.0  Will there ever be a patch, rewrite, etc. of any known programs that print out?   Down South
  230.  
  231. Subj:  Printing (moved by topic police)      89-08-12 16:02:14 EST
  232. From:  AFL Dyfet
  233.  
  234. Subj:  Hmmmm......                           89-08-12 12:52:04 EDT
  235. From:  Coach101
  236.  
  237. I have found that the system (RPM, I think) will easily forget what printer is to be used.  Anytime I am going to use a "slot-based" output routine I will invoke the control panel from Finder prior to starting the program and "visit" the AppleTalk Cdev; all I do is bring up the AppleTalk Cdev and then close the control panel.  When I do this, the slot based (RPM, Remote Print Manager) seems to then know how to communicate with my printer.  If I do not do this, I run a very high risk of the program taking ten centuries to print all of its material to the bit bucket.  Note, if you wait it out, your print function will complete but it can be a long wait (and of course you have nothing to show for your wait since the material went to the bit bucket).
  238.  
  239. Subj:  Re: Panasonic                         89-08-12 17:20:25 EST
  240. From:  Jumpn Jack
  241.  
  242. Someone earlier mentioned the Panasonic printer.....
  243.  
  244. Although I have not personally used it yet, my office just ordered the Panasonic KX-P1124 printer.  It's a 24-pin printer with bit mapped graphics capabilities (360x360 dpi).  It also includes 5 built-in fonts and a 6KB buffer.  The printing speeds are 192cps in draft and 63cps in letter quality.  The price tag is around $ 390.  Now...if only I could use this with my IIgs :)
  245.  
  246. Subj:  Re: Good fortune smiles!              89-08-23 01:46:04 EST
  247. From:  BurgerBill
  248.  
  249. I currently wrote a driver for the Canon PJ-1080A Color Ink Jet for my GS. It was a royal pain to write a driver using the information given by Apple DTS. :)
  250.  
  251. It's possible to write drivers for other printers. It would be a good idea for DTS to release a source code for a DUMMY printer driver such as the one released for the Disk Device Native Mode driver. That helped immensely in teaching me how to write a Hard Disk Native Mode Driver.
  252.  
  253. Bill
  254.  
  255. Subj:  Re: New Printer Drivers?              89-08-23 21:51:35 EST
  256. From:  Montagne
  257.  
  258. Bill,
  259.  
  260. Were working on some new sample drivers that take advantage of new features in the operating system such as restartable drivers (so a driver does not have to be reloaded from disk after running a ProDOS8 application).  Like the previous driver samples, they are not of a functional driver but are written to illustrate concepts in implementing a device driver.  I also posted some source (although I can't remember where, but somewhere here in  the OS forum within the last week) showing how the slot arbitration vector should be used by operating system drivers during the driver startup call.  Anyway, when the new source model is complete, we may post it on BBS' so stay tuned.
  261.  
  262. Ray (GS/OS Team)
  263.  
  264. Subj:  writing Printer Drivers               89-08-29 23:41:29 EST
  265. From:  Dave Lyons
  266.  
  267. Bill, I agree:  It would be a very good idea for DTS to release a sample "shell" for a Print Manager printer driver.  This is something we've thought of before & haven't had time to do so far.
  268.  
  269. In the meantime, feel free to point out the rought spots you discovered while writing your driver--Technical Notes get revised often, and we definitely want your comments on how they can be improved.
  270.  
  271. --Dave
  272.  
  273.  
  274. Subj:  Writing a driver                      89-10-12 03:12:28 EST
  275. From:  Clayburn
  276.  
  277. I am interested in writing a printer driver for the Epson.  I have the GS/OS reference (beta draft). It gives an example of a character driver.  There are still a lot of things that I don't understand.  Does the printer setup file (binary) that seems to go with every driver file contain the print record. What loads that into memory.  What is its structure.  What draws the dialog boxes in the print manager routines.  
  278.  
  279. Is there any assembly language source code availible for a character driver that actually works.  Is there some other source that says how to write a printer driver.
  280.  
  281. Any help would be appreciated.
  282.  
  283. Clay
  284.  
  285.  
  286. Subj:  writing a Printer Driver              89-10-23 02:28:59 EST
  287. From:  Dave Lyons
  288.  
  289. Clay, if you want to write a Printer Driver, you're on the wrong track:  they're different from GS/OS device drivers.
  290.  
  291. You want the information in Apple IIgs Technical Notes #34 or #35, and the GS Toolbox folder would be a better place to continue the discussion.
  292.  
  293. --Dave
  294.  
  295.  
  296. Subj:  Re: Writing a printer driver          89-10-28 11:49:57 EST
  297. From:  Clayburn
  298.  
  299. Thanks Dave
  300.  
  301. Clay
  302.  
  303.